func net/http.containsDotDot

3 uses

	net/http (current package)
		fs.go#L807: 	if containsDotDot(r.URL.Path) {
		fs.go#L841: 	if containsDotDot(r.URL.Path) {
		fs.go#L853: func containsDotDot(v string) bool {